images/umbrella.png \
images/ur_angle.png \
images/watch.png \
- images/xterm.png
+ images/xterm.png \
+ images/alias_cursor.png \
+ images/all_scroll_cursor.png \
+ images/cell_cursor.png \
+ images/col_resize_cursor.png \
+ images/copy_cursor.png \
+ images/crosshair_cursor.png \
+ images/default_cursor.png \
+ images/e_resize_cursor.png \
+ images/ew_resize_cursor.png \
+ images/grabbing_cursor.png \
+ images/grab_cursor.png \
+ images/hand_cursor.png \
+ images/help_cursor.png \
+ images/move_cursor.png \
+ images/ne_resize_cursor.png \
+ images/nesw_resize_cursor.png \
+ images/no_drop_cursor.png \
+ images/not_allowed_cursor.png \
+ images/n_resize_cursor.png \
+ images/ns_resize_cursor.png \
+ images/nw_resize_cursor.png \
+ images/nwse_resize_cursor.png \
+ images/pointer_cursor.png \
+ images/progress_cursor.png \
+ images/row_resize_cursor.png \
+ images/se_resize_cursor.png \
+ images/s_resize_cursor.png \
+ images/sw_resize_cursor.png \
+ images/text_cursor.png \
+ images/vertical_text_cursor.png \
+ images/wait_cursor.png \
+ images/w_resize_cursor.png \
+ images/X_cursor.png \
+ images/zoom_in_cursor.png \
+ images/zoom_out_cursor.png
if ENABLE_DOC_CROSS_REFERENCES
# Extra options to supply to gtkdoc-fixref
* @cursor_type: cursor to create
*
* Creates a new cursor from the set of builtin cursors.
+ *
* Some useful ones are:
* -  #GDK_RIGHT_PTR (right-facing arrow)
* -  #GDK_CROSSHAIR (crosshair)
* Creates a new cursor by looking up @name in the current cursor
* theme.
*
+ * A recommended set of cursor names that will work across different
+ * platforms can be found in the CSS specification:
+ * - "none"
+ * -  "default"
+ * -  "help"
+ * -  "pointer"
+ * -  "progress"
+ * -  "wait"
+ * -  "cell"
+ * -  "crosshair"
+ * -  "text"
+ * -  "vertical-text"
+ * -  "alias"
+ * -  "copy"
+ * -  "move"
+ * -  "no-drop"
+ * -  "not-allowed"
+ * -  "grab"
+ * -  "grabbing"
+ * -  "all-scroll"
+ * -  "col-resize"
+ * -  "row-resize"
+ * -  "n-resize"
+ * -  "e-resize"
+ * -  "s-resize"
+ * -  "w-resize"
+ * -  "ne-resize"
+ * -  "nw-resize"
+ * -  "sw-resize"
+ * -  "se-resize"
+ * -  "ew-resize"
+ * -  "ns-resize"
+ * -  "nesw-resize"
+ * -  "nwse-resize"
+ * -  "zoom-in"
+ * -  "zoom-out"
+ *
+ *
* Returns: (nullable): a new #GdkCursor, or %NULL if there is no
* cursor with the given name
*